﻿/*公共样式*/
.border_none {
    border: none;
}

.padding_zero {
    padding: 0px;
}

.margin_zero {
    margin: 0px;
}

.auto_div {
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
}

.clear_both {
    clear: both;
}

.width_percent_100 {
    width: 100%;
}

.l, .left {
    float: left;
}

.r, .right {
    float: right;
}

.color_fff {
    color: #fff;
}
/*头部样式开始*/
.navbar_brand_logo {
    float: left;
    display: block;
    padding: 15px;
}
.nav_button {
    margin-top:30px;
}
/*内容也样式开始*/
.title .u {
    height: 30px;
    color: #9e9e9e;
    line-height: 30px;
    font-size: 12px;
}

.title .c {
    height: 40px;
    color: #333333;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/title_bg.png) center bottom no-repeat;
}

.title .d {
    height: 30px;
    color: #979797;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
}

.title_s .u, .title_s .c, .title_s .d {
    color: #fff;
}

.titles .c {
    background: url(../images/title_bgg.png) center bottom no-repeat;
}
.corporate_culture ul{
    text-align:center;
}

.corporate_culture ul li {
    display:inline-block;
    height: auto;
    margin:15px 4px 0 4px;
    background-color: #F1F1F1;
    border-radius: 4px;
    float:none;
    padding:10px;
}
.corporate_culture ul li div.t {
    height: 30px;
}

.corporate_culture ul li div.t a {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.corporate_culture ul li div.flag {
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
}

.corporate_culture ul li div.culture_tumb_1 {
    background-image: url(../images/culture_1.png);
}

.corporate_culture ul li div.culture_tumb_2 {
    background-image: url(../images/culture_2.png);
}

.corporate_culture ul li div.culture_tumb_3 {
    background-image: url(../images/culture_3.png);
}

.corporate_culture ul li div.culture_tumb_4 {
    background-image: url(../images/culture_4.png);
}

.corporate_culture ul li div.culture_tumb_5 {
    background-image: url(../images/culture_5.png);
}
.about_us {
    height: auto;
    background-image: url(../images/yj.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size:auto 100%;
    margin-top: 15px;
    padding:30px 15px 0 15px;
}
.about_us .list_images img {
    width:100%;
}
.about_us .intro {
    background-color: #fff;
    padding:15px;
    line-height:24px;
}

.about_us .more a {
    background-color: #ED6E03;
    border-radius: 18px;
    margin: 20px auto;
    display: block;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    width: 60%;
}
.news_center_content .r ul {
    margin-top: 10px;
    padding:0 15px;
}

.news_center_content .r ul li {
display: block;
height: 80px;
overflow: hidden;
border-bottom: dashed 1px #DEDEDE;
}

.news_center_content .r ul li .text {
    height: 30px;
    margin-top: 10px;
}

.news_center_content .r ul li .text a {
    font-weight: bold;
    color: #000;
    float: left;
    font-size: 14px;
    line-height: 30px;
    width: 50%;
    height: 30px;
    overflow: hidden;
}

.news_center_content .r ul li .text span {
    float: right;
    color: #979797;
    line-height: 30px;
}

.news_center_content .r ul li .intro {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #979797;
    margin-bottom: 10px;
    background: url(../images/sj.jpg) right center no-repeat;
    padding-right: 30px;
}
/*页面底部*/
.main_footer {
    background-color: #00A0EA;
}

.main_footer_con div {
    text-align: center;
}

.main_footer_con div span {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.main_footer_con div p {
    color: #fff;
    font-size: 16px;
}